'宣言 Public Overloads Overridable Function SortAsync( _ ByVal sortDescriptions() As SortDescription, _ Optional ByVal cancellationToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task
public virtual System.Threading.Tasks.Task SortAsync( SortDescription[] sortDescriptions, System.Threading.CancellationToken cancellationToken )
パラメータ
- sortDescriptions
- The sort descriptions that determine how the data will be sort.
- cancellationToken
- The cancellation token.